Update Kimi-K2.6 B300 NVFP4 recipe / 更新 Kimi-K2.6 B300 NVFP4 配置#626
Update Kimi-K2.6 B300 NVFP4 recipe / 更新 Kimi-K2.6 B300 NVFP4 配置#626Ankur-singh wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request updates the Kimi-K2.6 model configuration to support NVIDIA B300 and Blackwell GPUs, bumping the minimum vLLM version to 0.25.0, pinning the NVIDIA docker image to a nightly build, and introducing a native CPU KV offload feature. The nvfp4 variant is updated with optimized parameters, and the markdown guide is expanded to document these new serving paths. Feedback suggests adding VLLM_USE_SIMPLE_KV_OFFLOAD: "1" to the nvfp4 variant's extra_env so that the environment variable is correctly generated in the UI command when the CPU KV offload feature is enabled.
ivanium
left a comment
There was a problem hiding this comment.
Overall looks good and self contained. We can remove the synthetic spec decoding args.
Document the validated NVFP4 EAGLE3, DCP, and native CPU KV offload paths from InferenceX PR #2158. Use the repository-wide Simple KV Offload row and keep benchmark-only synthetic acceptance controls out of the serving recipe. 中文:补充 InferenceX PR #2158 已验证的 Kimi-K2.6 NVFP4 B300 EAGLE3、解码上下文并行和原生 CPU KV 缓存卸载配置;复用仓库统一的 Simple KV Offload 入口,并从生产推理配置中移除仅用于基准测试的合成接受率参数。 Signed-off-by: Ankur-singh <ankusingh@nvidia.com>
9446432 to
4c79d09
Compare
|
@ivanium @faradawn The review feedback has been addressed and all four threads are resolved. Fresh validation with 中文:@ivanium @faradawn 评审反馈已全部处理,四个评审线程也已解决。重新运行 |
| parameter_count: "1T" | ||
| active_parameters: "32B" | ||
| context_length: 262144 | ||
| supports_dcp: true |

Summary
426be250, which introduces the repository-wide KV Offload rowmoonshotai/Kimi-K2.6recipe with the B300 NVFP4 configuration validated by Add Kimi K2.6 NVFP4 B300 EAGLE3 AgentX benchmark / 新增 Kimi K2.6 NVFP4 B300 EAGLE3 AgentX 基准测试 SemiAnalysisAI/InferenceX#2158Validation
node scripts/build-recipes-api.mjs✓ JSON API: 147 models ... 8 strategies, 2 kv-store deployments, 2 platformsTOKENSPEED_MLASimpleCPUOffloadConnectorrejection_sample_methodandsynthetic_acceptance_lengthpublic/nvidia/Kimi-K2.6-NVFP4.jsonretains the pinned nightly and TP4 metadataSource
中文说明
426be250;该提交引入了仓库统一的 KV Offload 配置入口moonshotai/Kimi-K2.6recipe验证
node scripts/build-recipes-api.mjs✓ JSON API: 147 models ... 8 strategies, 2 kv-store deployments, 2 platformsTOKENSPEED_MLASimpleCPUOffloadConnectorrejection_sample_method和synthetic_acceptance_lengthpublic/nvidia/Kimi-K2.6-NVFP4.json保留固定的 nightly 镜像和 TP4 元数据cc @faradawn for review